prime The Largest Known Primes

Contents:

  1. Introduction (What are primes? Who cares?)
  2. The Top Ten Record Primes:
        largest, twin, Mersenne, primorial&factorial, and Sophie Germain
  3. The Complete List of the Largest Known Primes
  4. Other Sources of Prime Information
  5. Notation and Definitions
  6. Euclid's Proof of the Infinitude of Primes
  7. Comments? Suggestions? New records? New Links?


Primes: [ Home || Largest | Finding | How Many? | Mersenne || Comment | Guestbook ]


Note: The correct URL for this page is http://www.utm.edu/research/primes/largest.html.

[up]   1. Introduction

An integer greater than one is called a prime number if its only positive divisors (factors) are one and itself. For example, the prime divisors of 10 are 2 and 5; and the first six primes are 2, 3, 5, 7, 11 and 13 (the first 10,000 are also available). The Fundamental Theorem of Arithmetic shows that the primes are the building blocks of the positive integers: every positive integer is a product of prime numbers in one and only one way, except for the order of the factors.

The ancient Greeks proved (ca 300 BC) that there were infinitely many primes and that they were irregularly spaced (there can be arbitrarily large gaps between successive primes). On the other hand, in the nineteenth century it was shown that the number of primes less than or equal to n approaches n/(ln n) (as n gets very large); so a rough estimate for the nth prime is n ln n (see the document How Many?)

The Sieve of Eratosthenes is still the most efficient way of finding all very small primes (e.g., those less than 1,000,000). However, most of the largest primes are found using special cases of Lagrange's Theorem from group theory. See the separate documents on finding primes for more information.

Recently computers and cryptology have given a new emphasis to search for ever larger primes--at this site we store lists of thousands of these record breaking primes, all of which have over 1,000 digits! The complete list of approximately 20,000 primes is available in several forms below; but first we offer a few records for your perusal. (See: notation below for an explanation of the symbols used here; references for a list of other sources of prime information; and of course, comments and suggestions are always requested!)

The problem of distinguishing prime numbers from composite numbers and of resolving the latter into their prime factors is known to be one of the most important and useful in arithmetic. It has engaged the industry and wisdom of ancient and modern geometers to such an extent that it would be superfluous to discuss the problem at length... Further, the dignity of the science itself seems to require that every possible means be explored for the solution of a problem so elegant and so celebrated. (Karl Friedrich Gauss, Disquisitiones Arithmeticae, 1801)

[up]   2. The "Top Ten" Record Primes

The Ten Largest Known Primes

On January 4, 1994 David Slowinski announced on the internet that he and Paul Gage have found a new record prime: 2^859433-1. The proof of this 258,716 digit number's primality (using the traditional Lucas-Lehmer test) took about 7.2 hours on a Cray C90 super computer. Richard Crandall independently verified the primality. (The complete decimal expansion of this prime is available here). The largest primes and their discoverers are as follows.

Click here to see the one hundred largest known primes.

The Ten Largest Known Twin Primes

Twin primes are primes of the form p and p+2, i.e., they differ by two. It is conjectured, but not yet proven, that there are infinitely many twin primes (the same is true for all of the following forms of primes). Recently there has been keen competition for the record, but Indlekofer and Ja'rai new record may stand for awhile.

Click here to see all of the known twin primes with at least 1000 digits.

The Ten Largest Known Mersenne Primes

Mersenne primes are primes of the form 2^p-1. These are the easiest type of number to check for primality on a binary computer so they usually are also the largest primes known. Altogether 33 of these primes are known, but since the region between the largest two and the previous primes has not been completely searched we do not know if the largest two are the 32nd and 33rd according to size.

See our page on Mersenne numbers for more information including a complete table of the known Mersennes.

The Ten Largest Known Factorial and Primorial Primes

Euclid's proof that there are infinitely many primes uses numbers of the form n#+1. Kummer's proof uses those of the form n#-1. Sometime students look at these proofs and assume the numbers n#+/-1 are always prime, but that is not so. When numbers of the form n#+/-1 are prime they are called primorial primes. Similarly numbers of the form n!+/-1 are called factorial primes. The current record holders and their discoverers are:

Click here to see all of the known primorial and factorial primes with at least 1000 digits. See types.html for descriptions of these and other special forms of primes.


[up]   3. The Complete List of the Largest Known Primes

The current list of largest known primes (which only contains primes of one thousand or more digits) is available in several ways:
As a searchable database
You may search the list by keyword, number size, discoverer...
all.txt
The whole list! This is a large file: 1M.
all.zip
The whole list (all.txt) pkZipped, so it is roughly one fourth the size of all.txt: 279K.
short.txt
All of the gigantic primes (those with 10,000 digits or more), plus the 'interesting' smaller primes (that is, those with comments on the list). So this is a much smaller file: 71K.
These files were last updated: Friday, 05-Jul-96 10:03:11 CDT.


[up]   4. Other Sources of Large Primes

Because of the lag time between writing and printing, books can never keep up with the current prime records (so I created this page), but books can provide the mathematical theory behind these records much better than a limited series of web pages can. Recently there have been quite a number of excellent books published on primes and primality proving. Here are some of my favorite: See also [Bressoud89] and [Cohen93] on the page of partially annotated prime references. Also of interest is the Cunningham Project, an effort to factor the numbers in the title of the following book. The data from this project is available by FTP (site maintained by Paul Leyland pcl@ox.ac.uk.)

See The Prime Page for many other web sources.


[up]   5. Notation and Definitions

a^b, a+/-b
Here a^b is a raised to the bth power, that is a times itself b times (so 2^4 = 16); and a+/-b is a "plus or minus b".
n! ("n factorial")
If n is an integer, then n! is the product of all the positive integers less than or equal to n, so 5!=1*2*3*4*5=120.
p# ("p primorial")
If p is any prime, then p# is the product of all the primes less than or equal to p, so 5#=2*3*5=30.
Titanic Primes
Samuel Yates defined a titanic prime to be any prime with at least 1,000 digits. When he indroduced this term [Yates84] there were only 110 such primes known; now there are over 150 times that many!
Gigantic Primes
A gigantic prime is a prime with at least 10,000 digits. This term was also introduced by Samuel Yates [Yates92b].

[up]   6. Euclid's Proof of the Infinitude of Primes

Kummer's restatement of Euclid's proof is as follows:
Suppose that there exist only finitely many primes p1 < p2 < ... < pr.   Let N = p1p2...pr > 2.   The integer N-1, being a product of primes, has a prime divisor pi in common with N; so, pi divides N - (N-1) =1, which is absurd!
Quoted from page four of Ribenboim's "Book of Prime Number Records" [Ribenboim95]. Ribenboim's book contains about eleven proofs of this theorem!


[up]   7. Comments, Suggestions? New records?

In order to help me maintain these lists please let me know of any corrections, comments, suggestions, flames, related WWW links and especially any new titanic primes!


Copyright 1995 Chris K. Caldwell <caldwell@utm.edu>
Department of Mathematics
University of Tennessee at Martin.